home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sources / xv / hp700 / xv
Text File  |  1994-10-02  |  936b  |  34 lines

  1. --- ./jpeg/Imakefile.rtr    Thu Apr 22 21:32:41 1993
  2. +++ ./jpeg/Imakefile    Wed Aug 10 09:05:37 1994
  3. @@ -1,4 +1,8 @@
  4.  PROGRAMS=       ckconfig cjpeg djpeg
  5. +CC = gcc
  6. +CDEBUGFLAGS =
  7. +MEMSRCS=        jmemansi.c
  8. +MEMOBJS=        jmemansi.o
  9.  
  10.  #if defined(RtArchitecture) && !defined(AIXArchitecture)
  11.  MACH_DEFINES=   -DCHAR_IS_UNSIGNED -DNONANSI_INCLUDES -DNEED_SIGNAL_CATCHER
  12. --- ./tiff/Imakefile.rtr    Thu Apr 22 21:33:06 1993
  13. +++ ./tiff/Imakefile    Wed Aug 10 08:13:43 1994
  14. @@ -1,6 +1,8 @@
  15.  CONF_LIBRARY=\
  16.          ${NULL}
  17.  
  18. +CC = gcc
  19. +CDEBUGFLAGS =
  20.  #if defined(RtArchitecture) && !defined(AIXArchitecture)
  21.  MACH_DEFINES=   -DUSE_VARARGS=1 -U__STDC__
  22.  #endif
  23. --- ./Imakefile.rtr    Mon Apr 25 14:33:51 1994
  24. +++ ./Imakefile    Wed Aug 10 08:19:21 1994
  25. @@ -3,6 +3,8 @@
  26.   */
  27.  #define HaveJpeg
  28.  
  29. +CC = gcc
  30. +CDEBUGFLAGS =
  31.  
  32.  /* if, for whatever reason, you're unable to get the TIFF library to compile
  33.   * on your machine, *COMMENT OUT* the following line
  34.